/* 通用设定 */
html {
    height: 100%;
}
body {
    cursor: default;
    height: 100%;
	position: relative;
}
html,p,img,ul, ol, li, td, tr, tbody, table ,h3 , input{
	 margin:0;
	 padding:0;
	 border:0; 
	 outline:0; 
	 margin-top: 0;
}
div{margin:0;padding:0;}
html{
	-webkit-text-size-adjust: none
}
a, a:link {
	color: #393939;
	outline: medium none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
ul, ol, li {
	list-style: none outside none;
	border-right-width: 0;
	margin: 0;
	padding: 0;
	margin-top: 0;
}
body {
	font-size: 0.625vw;
	width:100%;
	height:100%;
	text-align: left;
	padding:0;
	margin:0; 
	background: #fff;	
	font-family: "微软雅黑";
	
}
.container {
	margin: 0 auto;
    width: 1500px;
}
.left{
	float: left;
}
.right{
	float: right;
}
#container {
    margin: 0 auto;
    width: 1500px;
    overflow: hidden;
}

.fsffsgg img{
    width: 100%;
    float: left;
	text-align: center;
	
}
/* END */






